home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TGAMECOMPLETE / TGAMECOMPLETE.txt < prev   
Text File  |  1996-03-09  |  1KB  |  72 lines

  1. object GameComplete: TGameComplete
  2.   Left = 393
  3.   Top = 199
  4.   BorderStyle = bsNone
  5.   Caption = 'GameComplete'
  6.   ClientHeight = 326
  7.   ClientWidth = 243
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnPaint = FormPaint
  17.   OnShow = FormShow
  18.   TextHeight = 20
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 12
  22.     Width = 233
  23.     Height = 33
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Congratulations!'
  27.     Font.Color = clBlack
  28.     Font.Height = -23
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 4
  35.     Top = 236
  36.     Width = 233
  37.     Height = 33
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'Puzzle Completed'
  41.     Font.Color = clBlack
  42.     Font.Height = -23
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Image1: TImage
  48.     Left = 76
  49.     Top = 52
  50.     Width = 102
  51.     Height = 179
  52.     AutoSize = True
  53.     Picture.Data = {<image000.bmp>}
  54.     Stretch = True
  55.   end
  56.   object Ok: TButton
  57.     Left = 72
  58.     Top = 276
  59.     Width = 105
  60.     Height = 45
  61.     Caption = '&Ok'
  62.     Default = True
  63.     Font.Color = clBlack
  64.     Font.Height = -20
  65.     Font.Name = 'Arial'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 0
  69.     OnClick = OkClick
  70.   end
  71. end
  72.